home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / minix / up1510b.tgz / up1510b / src / kernel / stmfp.h.D < prev    next >
Text File  |  1990-07-25  |  590b  |  22 lines

  1. *** /tmp/,RCSt1022332    Wed Jul 25 13:56:06 1990
  2. --- stmfp.h    Mon Jul 23 10:52:27 1990
  3. ***************
  4. *** 8,10 ****
  5.   struct mfp {
  6. !     char    mfb[48];    /* use only the odd bytes */
  7.   };
  8. --- 8,10 ----
  9.   struct mfp {
  10. !     unsigned char    mfb[48];    /* use only the odd bytes */
  11.   };
  12. ***************
  13. *** 69,71 ****
  14.   #define    V_V    0xF0        /* four high bits of vector */
  15. ! #define    V_INIT    (0x?0|V_S)    /* proper value for ST */
  16.   
  17. --- 69,72 ----
  18.   #define    V_V    0xF0        /* four high bits of vector */
  19. ! #define    V_INIT    (0x40)        /* interrupts to vectors 0x40 to 0x4F */
  20. !                 /* automatic end-of-interrupt mode    */
  21.   
  22.